home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / super_cr.swf / scripts / DefineSprite_323 / frame_31 / DoAction.as
Encoding:
Text File  |  2011-01-06  |  133 b   |  9 lines

  1. _parent.hatGuy.onEnterFrame = function()
  2. {
  3.    this._x += 30;
  4. };
  5. _parent.hat.onEnterFrame = function()
  6. {
  7.    this._x += 30;
  8. };
  9.